home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global playOn, singStart
- set playOn to 0
- puppetTempo(30)
- set singStart to "1"
- put " " into line 1 of field "1Fld"
- put the number of cast "q" into line 2 of field "1Fld"
- set x to the number of cast "qq"
- repeat with t = 3 to 7
- put x into line t of field "1Fld"
- end repeat
- put field "1Fld" into field "2Fld"
- put field "1Fld" into field "3Fld"
- put field "1Fld" into field "4Fld"
- put field "1Fld" into field "5Fld"
- put field "1Fld" into field "6Fld"
- set the visible of sprite 9 to 1
- set the visible of sprite 10 to 1
- end
-
- on stopSinging
- puppetSound(0)
- updateStage()
- play done
- end
-
- on holdSound
- repeat while soundBusy(1)
- nothing()
- end repeat
- end
-
- on holdSound2
- repeat while soundBusy(2)
- nothing()
- end repeat
- end
-
- on wait x
- set t to the timer
- repeat while the timer < ((x * 60) + t)
- nothing()
- end repeat
- end
-
- on idle
- end
-
- on dslv
- puppetTransition(23, 2, 0, 0)
- end
-